You can delete pending configuration on a BGP peer.
Follow this procedure to remove the pending configuration on a BGP peer.
efa tenant service bgp peer configure
The efa tenant service bgp peer configure command pushes or removes a pending configuration for a BGP peer instance when it is in one of the following states:
bgp-peer-delete-pending | bgp-peer-peer-delete-pending
efa tenant service bgp peer show ============================================================================================================================================================================================ Name : customer_2 Tenant : tv3 State : bgp-peer-peer-delete-pending +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ | Device IP | VRF | AFI | SAFI | Remote IP | Remote ASN | Activate | Next Hop | Update | BFD | BFD | Dev State | App State | | | | | | | | | Self | Source IP | Enabled | [Interval,Rx,Multiplier] | | | +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ | 10.20.61.91 | blue_dr | ipv4 | unicast | 1.1.1.10 | 95001 | true | always | 10.11.12.13 | true | 50, 5000, 50 | provisioned | cfg-in-sync | +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ | 10.20.61.90 | blue_dr | ipv4 | unicast | 1.1.1.10 | 95001 | true | always | 10.11.12.13 | true | 50, 5000, 50 | provisioned | cfg-in-sync | +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ Static Peer Details [Flag '*' indicates Multi protocol capability] +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | Device-IP | VRF | AFI | SAFI | Listen Range | Listen | Peer Group | Dev State | App State | | | | | | | Limit | | | | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | 10.20.61.91 | blue_dr | ipv4 | unicast | 15.16.16.0/28 | 10 | pg1 | provisioned | cfg-in-sync | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | 10.20.61.90 | blue_dr | ipv4 | unicast | 15.16.16.0/28 | 10 | pg1 | provisioned | cfg-in-sync | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ Dynamic Peer Details ============================================================================================================================================================================================ --- Time Elapsed: 341.331949ms --- (efa:extreme)extreme@node-1:~$ efa tenant service bgp peer configure --name customer_2 --tenant tv3 BgpService configured successfully. --- Time Elapsed: 3.734570672s --- (efa:extreme)extreme@node-1:~$ efa tenant service bgp peer show ============================================================================================================================================================================================ Name : customer_2 Tenant : tv3 State : bgp-peer-created +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ | Device IP | VRF | AFI | SAFI | Remote IP | Remote ASN | Activate | Next Hop | Update | BFD | BFD | Dev State | App State | | | | | | | | | Self | Source IP | Enabled | [Interval,Rx,Multiplier] | | | +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ | 10.20.61.91 | blue_dr | ipv4 | unicast | 1.1.1.10 | 95001 | true | always | 10.11.12.13 | true | 50, 5000, 50 | provisioned | cfg-in-sync | +-------------+---------+------+---------+-----------+------------+----------+----------+-------------+---------+--------------------------+-------------+-------------+ Static Peer Details [Flag '*' indicates Multi protocol capability] +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | Device-IP | VRF | AFI | SAFI | Listen Range | Listen | Peer Group | Dev State | App State | | | | | | | Limit | | | | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | 10.20.61.91 | blue_dr | ipv4 | unicast | 15.16.16.0/28 | 10 | pg1 | provisioned | cfg-in-sync | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ | 10.20.61.90 | blue_dr | ipv4 | unicast | 15.16.16.0/28 | 10 | pg1 | provisioned | cfg-in-sync | +-------------+---------+------+---------+---------------+--------+------------+-------------+-------------+ Dynamic Peer Details ============================================================================================================================================================================================ --- Time Elapsed: 425.060566ms ---